home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / GETANGLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-05  |  151 b   |  9 lines

  1. #ifndef _GETANGLE_
  2. #define _GETANGLE_
  3.  
  4. void Init_Get_Angle();
  5. angle_type Get_Angle_Towards(long dx, long dy);
  6. void Close_Get_Angle();
  7.  
  8. #endif
  9.